Thickness.filter Method
Returns a new array with the thickness values clockwise from the top that pass the test implemented by the provided function.
Parameters
- callback
-
Type: Function
function (currentValue, index, array)
- thisArg
-
Type: Object
Value to use as this when executing callback.
Optional: True
Return Value
Type: Array
ElementType: Object